EntryOpener

An entry that implements EntryActor is expected to perform some sort of "opening" action when requested by the screen manager or other system in Fzzy Config. For example, a ValidatedAny will open it's popup when requested.

Author

fzzyhmstrs

Since

0.6.6

Inheritors

Functions

Link copied to clipboard
abstract fun open(args: List<String>)

Opens something. This is called by the screen manager when opening a screen and handling remaining sub-scope, and potentially other systems in the future.